home *** CD-ROM | disk | FTP | other *** search
/ Holt Researcher: American History / Holt Researcher: American History.iso / pc / modules / prefs.dxr / 00006_1_1 idle script.ls < prev    next >
Encoding:
Text File  |  2000-01-14  |  192 b   |  10 lines

  1. on exitFrame
  2.   global gPrefsVarObj
  3.   ButtonList = GetButtonList(gPrefsVarObj)
  4.   repeat with rc in ButtonList
  5.     doRollover(rc)
  6.   end repeat
  7.   doRolloverText(gPrefsVarObj)
  8.   go(the frame)
  9. end
  10.